Uses of Class
com.sabro.jbusiness.sys.SysConexao.DriverType

Packages that use SysConexao.DriverType
com.sabro.jbusiness.sys   
 

Uses of SysConexao.DriverType in com.sabro.jbusiness.sys
 

Methods in com.sabro.jbusiness.sys that return SysConexao.DriverType
 SysConexao.DriverType SysConexao.getDriverType()
           
static SysConexao.DriverType SysConexao.DriverType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SysConexao.DriverType[] SysConexao.DriverType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sabro.jbusiness.sys with parameters of type SysConexao.DriverType
static java.sql.Connection SysConexao.setConexao(SysConexao.DriverType driverType, java.lang.String servidor, java.lang.String database, java.lang.String login, java.lang.String senha, java.lang.String programa)
          Obtém uma conexão com um banco de dados SQL Server.
 void SysConexao.setDriverType(SysConexao.DriverType driverType)